 


.main{

}
.main_bak{
    background: url(/images/bg_blues.png) right top no-repeat;
    background-size: 55% 100%;
    overflow: hidden;
}


.width1440{
width:1440px;
margin:0 auto;
padding:0;
position: relative;
}
.header{

}
.div_search{
    display: flex;
    width: 360px;
    margin: 20px auto;
}
.div_search form{
    width: 210px;
    position: relative;
    margin-right: 30px;
}
.div_search .inputbox{
    width: 211px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #9797974a;
    border-radius: 20px;
    line-height: 40px;
    padding-left: 10px;
    margin: 15px auto;
}
.div_search  .btn{
    position: absolute;
    right: 0;
    top: 20px;
}
.header .div_home_logo{
margin: 20px auto;
}


.nav{
height: 50px;
background: #2C66B1;
width:100%;
}
.nav ul {display: flex;width: 1440PX;margin:0 auto;}
.nav ul li{width:160px;text-align: center;}
.nav ul li:hover{
height: 50px;
background-image: linear-gradient(180deg, #006ebd00 0%, #3688ffdb 100%);
    position:relative;
}

.nav ul li:hover:before{
    content:'';
    background-image: linear-gradient(90deg, #0078FF 0%, #00B9FF 100%);
    position:absolute;
    bottom: 0px;
    width:100%;
    height:4px;
    left:0;
}


.nav ul li a{
    font-size: 20px;
    color: #fff;
    position:relative;
}

.nav ul li .nav-child-list{
height: 50px;
background: #F6F6F6;
    width: auto;
    position: absolute;
    z-index: 9;
    display: flex;
}
.nav ul li .nav-child-list a{
width: 150px;
height: 50px;
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 16px;
color: #333333;
text-align: center;float: left;position:relative;
}
.nav ul li .nav-child-list a:hover{
color:#3369AA;
}

.nav ul li .nav-child-list a:after{
    content:'';
    position:absolute;
    height:40px;
    width:1px;
    background:#D6D6D6;
    right:0px;
    top:5px;
}
.nav ul li .nav-child-list a:last-child:after{
    content:'';
    background:none;
}

.nav ul li:nth-child(6) .nav-child-list,.nav ul li:nth-child(7) .nav-child-list, .nav ul li:nth-child(8) .nav-child-list, .nav ul li:nth-child(9) .nav-child-list{
    right:0;
}

/***************/
.swiper-container-head {
    position: relative;
    width: 100%;
    height: 725px;
    overflow: hidden;
}

.swiper-container-head .swiper-slide img {
    width: 100%;
}

.arrow_left {
    background: url(../images/icon_rowright.png) no-repeat;
    width: 65px;
    height: 65px;
    z-index: 9;
    transform: rotate(180deg);
}
.arrow_right {
    background: url(../images/icon_rowright.png) no-repeat;
    width: 65px;
    height: 65px;
    z-index: 9;
}

.div_type{
width: 100%;
height: 236px;
background: #F2F6FA;
}

.div_type ul {margin:0 auto;display:flex;width:1440px;}
.div_type ul li{float:left;width:25%;padding:60px 0;font-size:16px;line-height: 38px;color:#555555;text-align: center;}
.div_type ul li font{font-size:64px;font-family: 'Impact';color: #2C66B1;}

/*** 新闻中心 ***/
.div_bgTitle{
    text-align: center;
    font-size: 38px;
    margin: 60px 0 20px 0;
    overflow: hidden;
    min-height: 58px;
    line-height: 40px;
 font-weight: 600;
color: #1b1b1bff;
    position: relative;
}

.div_bgTitle:before{
    content:'';
    position:absolute;
    left: 50%;
    margin-left: -110px;
    background:url(/images/tiaotiao.png) no-repeat;
    width: 26px;
    height: 41px;
}
.div_bgTitle span{
color: #2c66b1ff;
}

.xw_left {
    width: 700px;
}


.xinwen_lan{
    height: 55px;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid #CECECE;
}
.xinwen_lan span{
    padding:15px 20px;
}
.xuan_xw{
    width: 120px;
    height: 48px;
    background: #0E45B3;
    color: #fff;
    position:relative;
}
.xuan_xw:after{
    content:'';
    position:absolute;
    bottom: -20px;
    margin-left: -48px;
    border:10px solid transparent;
    border-top-color: #0E45B3;
}



.xinwen_nei {
	margin-top: 20px;
}

.xinwen_nei ul li {
	padding: 5px 0;
}

.xinwen_nei ul li h1 {
	font-size: 16px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.xinwen_nei ul li:first-child h1 {
	font-weight: bold;
	font-size: 24px;
    padding-left:0;
}
.xinwen_nei ul li:first-child h1:before{
	content:'';
	border:0;
}
.xinwen_nei ul li:first-child p {
	font-size: 18px;
	line-height: 36px;
	height: 80px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	border-bottom:1px dotted #CECECE;
}
.xinwen_nei ul li h1:before{
	content:'';
	position:absolute;
	border: 2px solid #000000;
	border-radius: 5px;
	left: 0;
	top: 8px;
}


.gengduo{
    border: 1px solid #BDBDBD;
    padding: 8px 20px;
    font-size: 16px;
    color: #8B8B8B;
}
.gengduo a{
    color: #8B8B8B;
}
.gengduo a img{border:1px solid #BDBDBD }


.lunbo {
    width: 680px;
    height: 414px;
}
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lunbo .hiSlider-pages {
    bottom: 45px;
    right: 10px;
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.lunbo .hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    border-radius: 12px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    background: rgba(255, 255, 255, 1);
}
.lunbo .hiSlider-pages a.active {
    width: 50px;
}

.hiSlider-wrap ul li img{height:414px;width:680px;}

/**  专题专栏**/
.div_ztzl{

}
.div_ztzl ul{display: flex;}
.div_ztzl ul li:nth-child(2){
	margin:0 36px;
}

/*** 品牌建设 ***/
.gc_top ul {
    margin-top: 40px;
    font-size: 0;
}
.gc_top ul li {
    width: 25%;
    height: 54px;
    background: #fff;
    line-height: 54px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}
.gc_top ul li.xuan_gc {
    color: #fff;
    background: #3457ab;
}

.gc_m {
    width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.gc_left {
    width: 720px;
}


.gc_right{}
.gc_right ul{/* display:flex; */width:100%;overflow: hidden;margin-top: 75px;}
.gc_right ul li{
    width: 20%;
    float: left;
    text-align: center;
}
.gc_right ul li img{
	width: 260px;
	height: 211px;
}

.gc_right ul li p{
    font-size: 16px;
    line-height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}


#div_tbtj_1 .swiper-wrapper {
    width: 760px;
    height: 441px;
}

#div_tbtj_1 .swiper-wrapper .swiper-slide .pic img{
width: 760px;
height: 441px;
}

#div_tbtj_1 .swiper-wrapper .swiper-slide .pic p {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: rgb(138 138 138 / 60%);
}

.swiper-button-next{
    background: url(../images/icon_rowright.png) no-repeat!important;
    width: 70px!important;
    height: 62px!important;
    position: absolute;
    top: 50%!important;
    margin-right: -100px;
}

.swiper-button-prev{
    background: url(../images/icon_rowright.png) no-repeat!important;
    width: 70px!important;
    height: 62px!important;
    position: absolute;
    top: 50%!important;
    transform: rotate(180deg);
    margin-left: -100px;
}

.swiper-slide a {
    position: relative;
}
.swiper-slide a:after {
    content: '';
    position: absolute;
    background: url(/images/icon_play.png) center no-repeat;
    top: 40%;
	left:50%;
	margin-left:-50px;
    width: 100px;
    height: 100px;
}




/***  footer ***/
.footer{
    height: 330px;
    background: #3369AA;
    margin-top: 105px;
    overflow: hidden;
}

.div_footer_logo p{
	color:#fff;
	line-height:30px;
	font-size:16px;
	height: 22px;
}
.div_footer_logo p:nth-child(1){
	margin-top:60px;
}



.footer_list{display:flex;margin:46px auto;}
.footer_list li{
	width: 64px;
	height: 22px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 16px;
	margin:0 15px;
}
.footer_list li h1{
	margin-bottom:15px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.footer_list li a{
	color: #FFFFFF;
}
.footer_list li span a{
	width: 56px;
	height: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #00B9FF;/*rgba(255,255,255,0.5)*/
	/* text-align: center; */
}

.footer_list li:last-child{width:180px;}
.footer_list li:last-child h1{width: 100%;text-align: left;}
.footer_list li p{
    float: left;
    margin-right: 10px;
}

.link_info{
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border-top: rgb(255 255 255 / 20%) 1px solid;
    height: 34px;
    float: left;
}
.link_info .div_link{

}
.link_info .div_link a{color: #fff;position:relative;padding-left:24px;}
.link_info .div_link a:after{
	content:'';
	position:absolute;
	border:3px solid #fff;
	left:10px;
	top:6px;
}



